home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 2 / Atari Mega Archive CD - Volume 2.iso / minix / up1510b.tgz / up1510b / src / commands / nroff / version.h < prev   
C/C++ Source or Header  |  1990-07-21  |  212b  |  12 lines

  1. #ifndef VERSION_H
  2. #define VERSION_H
  3.  
  4. /*
  5.  *    to get around no valid argv[0] with some compilers...
  6.  */
  7. char           *myname  = "nroff";
  8.  
  9. char           *version = "nroff v0.99 BETA 02/25/90 wjr";
  10.  
  11. #endif /*VERSION_H*/
  12.